-
Notifications
You must be signed in to change notification settings - Fork 21
docs: Restructure documentation with separate introduction section #740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #740 +/- ##
==========================================
- Coverage 81.91% 81.84% -0.08%
==========================================
Files 46 46
Lines 2693 2693
==========================================
- Hits 2206 2204 -2
- Misses 487 489 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
vdusek
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
http://localhost:3000/sdk/python/docs/overview leads to 404
Reorganize documentation structure by splitting the overview into three distinct pages: - Introduction: SDK overview and features - Installation: Setup and dependency management - Quick start: Creating and running Actors Also reorganize sections by renaming and moving files: - Move webserver guide from concepts to guides section - Renumber concept pages to maintain proper ordering - Update sidebar configuration to reflect new structure Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Co-Authored-By: Claude Sonnet 4.5 (1M context) <[email protected]>
d0deaae to
51f7810
Compare
Update document ID from 'overview' to 'introduction' to align the URL path with the section name. This fixes navigation issues where the Docs button and other links were pointing to /docs/overview instead of /docs/introduction. Changes: - Change document ID in introduction page from 'overview' to 'introduction' - Update Docs navigation link in docusaurus config - Update Get Started button on homepage - Fix Documentation URL in pyproject.toml - Update README link to point to quick-start guide Co-Authored-By: Claude Sonnet 4.5 (1M context) <[email protected]>
|
@vdusek fixed. |
I guess that is intentional @patrikbraborec ? Now it is http://localhost:3000/sdk/python/docs/introduction |
Summary
Test plan
🤖 Generated with Claude Code